[INFO] fetching crate iterm 0.6.0...
[INFO] fixing iterm-0.6.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate iterm 0.6.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate iterm 0.6.0
[INFO] finished tweaking crates.io crate iterm 0.6.0
[INFO] tweaked toml for crates.io crate iterm 0.6.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate iterm 0.6.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate iterm 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c
[INFO] running `Command { std: "docker" "start" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking clap_builder v4.4.7
[INFO] [stderr]     Checking clap v4.4.7
[INFO] [stderr]     Checking iterm v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/util.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |           return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                  --------------------------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |  ________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 24 | |             .stdout(Stdio::null())
[INFO] [stdout] 25 | |             .spawn()
[INFO] [stdout] 26 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 29 |               .success();
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this temporary value will be dropped at the end of the block
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |           run!(&self.program, "-r", name)
[INFO] [stdout]    |           -------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 34 | |             .spawn()
[INFO] [stdout] 35 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 36 |               .wait()
[INFO] [stdout] 37 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "-r", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |           run!(&self.program, "-S", name)
[INFO] [stdout]    |           -------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |             .spawn()
[INFO] [stdout] 43 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 44 |               .wait()
[INFO] [stdout] 45 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "-S", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------------------------                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------- ----- borrow later used by call
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |           return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                  ----------------------------------------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |  ________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 24 | |             .stdout(Stdio::null())
[INFO] [stdout] 25 | |             .spawn()
[INFO] [stdout] 26 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 29 |               .success();
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this temporary value will be dropped at the end of the block
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |           run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |           -------------------------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 34 | |             .spawn()
[INFO] [stdout] 35 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 36 |               .wait()
[INFO] [stdout] 37 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |         ------------------------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |           run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |           ----------------------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |             .spawn()
[INFO] [stdout] 43 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 44 |               .wait()
[INFO] [stdout] 45 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |         ---------------------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |           let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                        ------------------------------------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |  ______________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 50 | |             .spawn()
[INFO] [stdout] 51 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 52 |               .wait()
[INFO] [stdout] 53 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                      ------------------------------------ in this macro invocation
[INFO] [stdout] 50 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                   if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                       --------------------------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |  _____________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |                     .spawn()
[INFO] [stdout] 43 | |                     .unwrap()
[INFO] [stdout]    | |                             -
[INFO] [stdout]    | |                             |
[INFO] [stdout]    | |_____________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 46 |                       .success()
[INFO] [stdout]    |                                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                       run!(&self.program, "attach", name)
[INFO] [stdout]    |                       -----------------------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |  _____________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 49 | |                         .spawn()
[INFO] [stdout] 50 | |                         .unwrap()
[INFO] [stdout]    | |                                 -
[INFO] [stdout]    | |                                 |
[INFO] [stdout]    | |_________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 51 |                           .wait()
[INFO] [stdout] 52 |                           .unwrap();
[INFO] [stdout]    |                                    - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                   let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                                ------------------------------------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |  ______________________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 57 | |                     .spawn()
[INFO] [stdout] 58 | |                     .unwrap()
[INFO] [stdout]    | |                             -
[INFO] [stdout]    | |                             |
[INFO] [stdout]    | |_____________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 59 |                       .wait()
[INFO] [stdout] 60 |                       .unwrap();
[INFO] [stdout]    |                                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                     -------------------------------------- in this macro invocation
[INFO] [stdout] 42 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                     run!(&self.program, "attach", name)
[INFO] [stdout]    |                     ----------------------------------- in this macro invocation
[INFO] [stdout] 49 |                         .spawn()
[INFO] [stdout]    |                          ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                              ------------------------------------ in this macro invocation
[INFO] [stdout] 57 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |           return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                  --------------------------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |  ________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 24 | |             .stdout(Stdio::null())
[INFO] [stdout] 25 | |             .spawn()
[INFO] [stdout] 26 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 29 |               .success();
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this temporary value will be dropped at the end of the block
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |           run!(&self.program, "-r", name)
[INFO] [stdout]    |           -------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 34 | |             .spawn()
[INFO] [stdout] 35 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 36 |               .wait()
[INFO] [stdout] 37 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "-r", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |           run!(&self.program, "-S", name)
[INFO] [stdout]    |           -------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |             .spawn()
[INFO] [stdout] 43 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 44 |               .wait()
[INFO] [stdout] 45 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "-S", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------------------------                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------- ----- borrow later used by call
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |           return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                  ----------------------------------------------
[INFO] [stdout]    |                  |
[INFO] [stdout]    |  ________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 24 | |             .stdout(Stdio::null())
[INFO] [stdout] 25 | |             .spawn()
[INFO] [stdout] 26 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 29 |               .success();
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this temporary value will be dropped at the end of the block
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |           run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |           -------------------------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 34 | |             .spawn()
[INFO] [stdout] 35 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 36 |               .wait()
[INFO] [stdout] 37 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |         ------------------------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |           run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |           ----------------------------------------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |  _________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |             .spawn()
[INFO] [stdout] 43 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 44 |               .wait()
[INFO] [stdout] 45 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |         ---------------------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |           let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                        ------------------------------------
[INFO] [stdout]    |                        |
[INFO] [stdout]    |  ______________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 50 | |             .spawn()
[INFO] [stdout] 51 | |             .unwrap()
[INFO] [stdout]    | |                     -
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 52 |               .wait()
[INFO] [stdout] 53 |               .unwrap();
[INFO] [stdout]    |                        - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                      ------------------------------------ in this macro invocation
[INFO] [stdout] 50 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                   if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                       --------------------------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |  _____________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 42 | |                     .spawn()
[INFO] [stdout] 43 | |                     .unwrap()
[INFO] [stdout]    | |                             -
[INFO] [stdout]    | |                             |
[INFO] [stdout]    | |_____________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 46 |                       .success()
[INFO] [stdout]    |                                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                       run!(&self.program, "attach", name)
[INFO] [stdout]    |                       -----------------------------------
[INFO] [stdout]    |                       |
[INFO] [stdout]    |  _____________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 49 | |                         .spawn()
[INFO] [stdout] 50 | |                         .unwrap()
[INFO] [stdout]    | |                                 -
[INFO] [stdout]    | |                                 |
[INFO] [stdout]    | |_________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 51 |                           .wait()
[INFO] [stdout] 52 |                           .unwrap();
[INFO] [stdout]    |                                    - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               Command::new($program).args(args)
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |               |
[INFO] [stdout]    |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                   let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                                ------------------------------------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |  ______________________________in this macro invocation
[INFO] [stdout]    | |
[INFO] [stdout] 57 | |                     .spawn()
[INFO] [stdout] 58 | |                     .unwrap()
[INFO] [stdout]    | |                             -
[INFO] [stdout]    | |                             |
[INFO] [stdout]    | |_____________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 59 |                       .wait()
[INFO] [stdout] 60 |                       .unwrap();
[INFO] [stdout]    |                                - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                     -------------------------------------- in this macro invocation
[INFO] [stdout] 42 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                     run!(&self.program, "attach", name)
[INFO] [stdout]    |                     ----------------------------------- in this macro invocation
[INFO] [stdout] 49 |                         .spawn()
[INFO] [stdout]    |                          ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                              ------------------------------------ in this macro invocation
[INFO] [stdout] 57 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: iterm v0.6.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking iterm v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |                               |
[INFO] [stdout]    |             |                               temporary value is freed at the end of this statement
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "-r", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "-S", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |                               |
[INFO] [stdout]    |             |                               temporary value is freed at the end of this statement
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "-ls", name)
[INFO] [stdout]    |                -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "-r", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------- ----- borrow later used by call
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |                               |
[INFO] [stdout]    |             |                               temporary value is freed at the end of this statement
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "-S", name)
[INFO] [stdout]    |         ------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |         ------------------------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/screen.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "-ls").spawn().unwrap().wait().unwrap();
[INFO] [stdout]    |                      -------------------------- ----- borrow later used by call
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |         ---------------------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^-----------
[INFO] [stdout]    |             |                               |
[INFO] [stdout]    |             |                               temporary value is freed at the end of this statement
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |             borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |         return run!(&self.program, "has-session", "-t", name)
[INFO] [stdout]    |                ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                      ------------------------------------ in this macro invocation
[INFO] [stdout] 50 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         run!(&self.program, "attach-session", "-t", name)
[INFO] [stdout]    |         ------------------------------------------------- in this macro invocation
[INFO] [stdout] 34 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         run!(&self.program, "new-session", "-s", name)
[INFO] [stdout]    |         ---------------------------------------------- in this macro invocation
[INFO] [stdout] 42 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/tmux.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                      ------------------------------------ in this macro invocation
[INFO] [stdout] 50 |             .spawn()
[INFO] [stdout]    |              ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                     -------------------------------------- in this macro invocation
[INFO] [stdout] 42 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 if !run!(&self.program, "--session", name)
[INFO] [stdout]    |                     -------------------------------------- in this macro invocation
[INFO] [stdout] 42 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                     run!(&self.program, "attach", name)
[INFO] [stdout]    |                     ----------------------------------- in this macro invocation
[INFO] [stdout] 49 |                         .spawn()
[INFO] [stdout]    |                          ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                              ------------------------------------ in this macro invocation
[INFO] [stdout] 57 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |                     run!(&self.program, "attach", name)
[INFO] [stdout]    |                     ----------------------------------- in this macro invocation
[INFO] [stdout] 49 |                         .spawn()
[INFO] [stdout]    |                          ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/util.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             Command::new($program).args(args)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^          - temporary value is freed at the end of this statement
[INFO] [stdout]    |             |
[INFO] [stdout]    |             creates a temporary value which is freed while still in use
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/app/zellij.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 let status = run!(&self.program, "list-sessions")
[INFO] [stdout]    |                              ------------------------------------ in this macro invocation
[INFO] [stdout] 57 |                     .spawn()
[INFO] [stdout]    |                      ----- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iterm` (bin "iterm") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `iterm` (bin "iterm" test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c", kill_on_drop: false }`
[INFO] [stdout] da8d49c3c18b986307c806c140478fa13b87f49478f2c82c7e226d573c63583c
